home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------------
- #
- # NewsTicker, my Hack for 1997
- #
- # TickerCheckWebs.h - Check to see when web sites have changed.
- #
- ------------------------------------------------------------------------------*/
-
- #define kWebIconID 1002
-
- void GetModifiedDate( sMyDataPtr gGlobalsPtr, char* thename, Str31 LastModStr );
-
- void UpdateChangedWebs(sMyDataPtr gGlobalsPtr);
-
- void UpdateAWebEntry(sMyDataPtr gGlobalsPtr, short whichmsg);
-
- void CheckChangedWebPages(sMyDataPtr gGlobalsPtr);
-